home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gCurrentRecipeFrame, gCurrentBook, gCFTBook, gPersonalIDDB, gPersonalBrowser
- set gCurrentRecipeFrame to "recipe1"
- loadPersonalIndexes()
- if (count(gPersonalIDDB) > 0) and (count(gPersonalBrowser) > 0) then
- nothing()
- else
- set gCurrentBook to gCFTBook
- end if
- toRecipes()
- end
-